[HVM][VMX] Don't update the EIP on debug register accesses
authorkaf24@localhost.localdomain <kaf24@localhost.localdomain>
Sat, 19 Aug 2006 11:07:07 +0000 (12:07 +0100)
committerkaf24@localhost.localdomain <kaf24@localhost.localdomain>
Sat, 19 Aug 2006 11:07:07 +0000 (12:07 +0100)
commitef0e2fc8dc73fbfff716e560fdcf3dbe4a793669
tree138389fbeec23279eed7f10331735ff2b9562a0e
parentcd93eaf1c745c7d60693a744aab3d7c79a035c64
[HVM][VMX] Don't update the EIP on debug register accesses

On debug register accesses, the EIP should not be updated.
Because of the way that lazy save/restore of the debug
registers is implemented, this initial debug register access
is lost.

Signed-off-by: Travis Betak <travis.betak@amd.com>
xen/arch/x86/hvm/vmx/vmx.c